Skip to content

Conversation

kunxian-xia
Copy link
Collaborator

No description provided.

@darth-cy darth-cy self-requested a review August 18, 2025 02:04
*pos,
PointAndEvalVariable {
point: PointVariable {
fs: in_point.clone(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@darth-cy We should always avoid the clone of raw stack object. The correct way is to use builder.eval() to create a new object.

let witin_round: RoundOpeningVariable<C> = builder.eval(RoundOpeningVariable {
num_var: chip_proof.log2_num_instances.get_var(),
num_var: input_opening_point.len().get_var(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@darth-cy This is the place that causing basefold verifier to fail.

@kunxian-xia kunxian-xia merged commit 11b6ccf into feat/precompile Aug 31, 2025
@kunxian-xia kunxian-xia deleted the feat/precompile-fix branch August 31, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant